home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 34
/
PC Gamer IT CD 34 2-2.iso
/
utility
/
BakIt98
/
BakIt98.exe
/
_setup.1
/
Bakit98.exe
/
0
/
RCDATA
/
TFRMDRIVELETTER
/
TFRMDRIVELETTER.txt
Wrap
Text File
|
1998-09-03
|
1KB
|
66 lines
object frmDriveLetter: TfrmDriveLetter
Left = 63
Top = 189
AutoScroll = False
Caption = 'Assign Drive Letter'
ClientHeight = 81
ClientWidth = 202
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object txtDriveLetterA: TMaskEdit
Left = 85
Top = 39
Width = 26
Height = 32
EditMask = 'L;1;_'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
MaxLength = 1
ParentFont = False
TabOrder = 0
Text = ' '
end
object cmdOk: TButton
Left = 67
Top = 59
Width = 61
Height = 20
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = cmdOkClick
end
object Memo1: TMemo
Left = 0
Top = 0
Width = 202
Height = 33
Alignment = taCenter
BorderStyle = bsNone
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Lines.Strings = (
'Enter the letter assigned to '
'your Zip drive and click OK.')
ParentFont = False
TabOrder = 2
end
end